@import url('base.css');
.container{
    background-color: white;
    color: aqua;
    background-color:blue;
    display: flex;
    justify-content: center;
}



